-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEPLT-2124: add X icon and deprecate Twitter icon #4489
Conversation
Storybook staging is available at https://kiwicom-orbit-dsil-deprecate-twitter.surge.sh |
7aa181f
to
bf08137
Compare
Deploying orbit with Cloudflare Pages
|
Size Change: -70 B (-0.02%) Total Size: 460 kB
ℹ️ View Unchanged
|
I have a question related to |
@@ -14,4 +14,10 @@ With this guide, we aim to walk through all the breaking changes and how they ca | |||
|
|||
### ColoredTwitter icon removed | |||
|
|||
The `ColoredTwitter` icon was removed. The `Twitter` icon should be used instead. | |||
The `ColoredTwitter` icon was removed. The `X` icon should be used instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given this, I'm wondering if we should just bundle the removal with the Twitter
icon too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the same… We can… I have nothing against it. And we avoid the deprecation entirely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed IRL that we will avoid the deprecation and just remove the icon in this release as well
@@ -1,4 +1,4 @@ | |||
<!--character:1007--> | |||
<!--character:0007--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious about this change, do you know what caused this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually changed this 🙈 we can't have repeated character
ids, but they are not really "scientific". And since we were gonna remove it soon, I just changed this to an unexisting number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for me to understand the relevance: how/where is this information used? :D
0df4655
to
14b041f
Compare
BREAKING CHANGE: Twitter icon was removed. X icon should be used instead.
BREAKING CHANGE: SocialButton's type prop no longer accepts "twitter". "X" type is now accepted.
1faf693
to
f37d0a1
Compare
The
Twitter
icon is now deprecated and theX
icon was added.